home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / win_nt95 / tinxnt11.zip / 00README.NT next >
Text File  |  1996-08-05  |  2KB  |  45 lines

  1. 8/5/96 - John L. Miller, johnmil@cs.cmu.edu and soon johnmil@jprc.com
  2.  
  3. This is an updated version of my tintin-III NT port. I've added the majority
  4. of VT-100 emulation functionality. At the very least, this version of tintin
  5. will now support COLOR!!!
  6.  
  7.  
  8. 8/30/95 - john miller, johnmil@cs.cmu.edu
  9.  
  10. I've taken the original tintin sources (from ??? tintin-3 or some such)
  11. and put in some IFDEF's for WIN32.  I haven't tested it to make sure it'll
  12. still compile for the other platforms, but it should.
  13.  
  14. To compile for win32, you'll need MSVC20 or later. the makefile TINTIN32.MAK
  15. will generate TINTIN32.EXE.
  16.  
  17. Alternatively, pick up the binaries from anonymous ftp
  18.         ftp.cs.cmu.edu
  19.         /afs/cs/user/johnmil/ftp  (all in one hop)
  20.  
  21. I've added a few features to this version of TINTIN: There are now two
  22. new commands, #mbox and #mci which allow you to popup messageboxes or
  23. execute MCI string commands to play multimedia objects (such as wave
  24. files).
  25.  
  26. Also, I've changed the input model so that the text input is on a different
  27. thread from the processing of incoming telnet information. This allows me
  28. to use the NT command line editor. The downside is that information that
  29. shouldn't be printed (your password) will be. On the bright side, you can
  30. use all the normal console-window commands to manipulate the command line
  31. (up-arrow for previous commands, etc).
  32.  
  33. If you have any comments or questions, feel free to write me at the email
  34. address at the top of this file.
  35.  
  36. john
  37.  
  38. KNOWN BUGS:
  39.         #commands send carraige returns to the remote server
  40.         Some text that shouldn't be printed is.
  41.  
  42.  
  43.  
  44.  
  45.